| GUI Help > Create > createTabs | ||||||||||||||
|
createTabs |
||||||||||||||
| int handle=createTabs(int x, int y, int width, int height, handle parent) | ||||||||||||||
|
Description: Creates a tab gadget. Tab gadgets are used to seperate up parts of the user interface into different catagories. You create a tab gadget, use addTab to add tabs to it (eg: "Objects", "Lights", "Sounds"), and then hide/show different parts of the UI when the user selects a different tab. |
||||||||||||||
|
Return Value: Handle to the new gadget. |
||||||||||||||
| Parameters: | ||||||||||||||
|
||||||||||||||
| Remarks:
|
||||||||||||||
| See Also:
|
||||||||||||||
|
Example: (Note: You will need to include the GUI constants file for this example to work) |